home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000356_news@columbia.edu_Thu Jul 13 13:15:49 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09876
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 13 Jul 1995 21:54:51 -0400
  3. Received: by apakabar.cc.columbia.edu id AA14792
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 13 Jul 1995 21:54:50 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!gatech!EU.net!ieunet!login.Ieunet.ie!ebairead
  6. From: ebairead@login.ieunet.ie (Eoin Bairead)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: VAX to DOS with sliding windows
  9. Date: 13 Jul 1995 13:15:49 GMT
  10. Organization: Ieunet Limited
  11. Lines: 19
  12. Message-Id: <3u36a5$5f1@news.Ieunet.ie>
  13. Nntp-Posting-Host: login.ieunet.ie
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. Is there a problem going from DOS to VAX/VMS  when using sliding windows?
  19.  
  20. here's my .INI file
  21. set receive pack 2000
  22. set send pack 2000
  23. set block 3
  24. set control unprefixed all
  25. set control prefixed 0 1 3
  26. set wind 4
  27.  
  28.  
  29. In server mode I can GET all I want, but SEND falls over for retries.
  30. My VMS Kermit is 5A(190) of C-Kermit for VAX/VMS
  31. PC is MS-DOS Kermit 3.14
  32.  
  33. thanks
  34.  
  35. Eoin